var crypto/internal/fips140/edwards25519.scalarMinusOneBytes
5 uses
crypto/internal/fips140/edwards25519 (current package)
scalar.go#L174: var scalarMinusOneBytes = [32]byte{236, 211, 245, 92, 26, 99, 18, 88, 214, 156, 247, 162, 222, 249, 222, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16}
scalar.go#L188: l0 := byteorder.LEUint64(scalarMinusOneBytes[:8])
scalar.go#L189: l1 := byteorder.LEUint64(scalarMinusOneBytes[8:16])
scalar.go#L190: l2 := byteorder.LEUint64(scalarMinusOneBytes[16:24])
scalar.go#L191: l3 := byteorder.LEUint64(scalarMinusOneBytes[24:])
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |